Skip to content

Add(nvim-setting): Support for leader key #124

Open
erifranck wants to merge 4 commits intoGentleman-Programming:mainfrom
erifranck:feature/support-different-leader-keys
Open

Add(nvim-setting): Support for leader key #124
erifranck wants to merge 4 commits intoGentleman-Programming:mainfrom
erifranck:feature/support-different-leader-keys

Conversation

@erifranck
Copy link

@erifranck erifranck commented Feb 25, 2026

Feat: Multiple Leader Key Support and Flash.nvim Keybinding Adjustment

This Pull Request introduces two coordinated changes to improve customization and avoid keybinding conflicts:

  1. Multiple Leader Key Support in the Installer:
    • The has been updated to recognize and allow selection of common Leader Keys, including:
      • (comma)
      • (space)
      • (backslash)
image image
- This allows users who do not use the spacebar as their Leader Key to have a seamless installation and configuration experience.
  1. Flash.nvim Keybinding Adjustment:
    • Navigation keybindings for the plugin have been modified.
    • Previous keybindings were and .
    • New keybindings are and .

Motivation for the change:

The primary motivation is to resolve a keybinding conflict. By adding support for the comma () as a Leader Key in the installer, it directly conflicted with the navigation key used by .

To address this, the conflicting navigation key has been remapped to , maintaining the plugin's functionality while allowing the use of as a Leader Key without issues. This change ensures greater flexibility in personal configuration without sacrificing the usability of plugins.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant